projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
530eb41
)
(main): Call syms_of_xmenu only if HAVE_MENUS is defined.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Mar 2004 12:55:41 +0000
(12:55 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Mar 2004 12:55:41 +0000
(12:55 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index abd0489caad31fe9e1ff49d7a1354838b6afe2a8..43f300eca9f2334f0b1bc8ef25ccba8926620caf 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1525,12
+1525,14
@@
main (argc, argv
#endif
#endif /* HAVE_X_WINDOWS */
+#ifdef HAVE_MENUS
#ifndef HAVE_NTGUI
#ifndef MAC_OS
/* Called before init_window_once for Mac OS Classic. */
syms_of_xmenu ();
#endif
#endif
+#endif
#ifdef HAVE_NTGUI
syms_of_w32term ();